home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vidply / setup.cfg < prev    next >
Encoding:
Text File  |  1996-06-03  |  1.9 KB  |  51 lines

  1. BEGINFIRSTSCREEN
  2.  
  3.                  VideoPlay/OCX Trial Release from Media Architects, Inc.
  4.                 ======================================
  5.  
  6.    This installation program will setup VideoPlay/OCX onto your
  7.    hard disk.  Press "OK" to continue with the installation, or
  8.    press "Cancel" to quit without installing the software.
  9.  
  10. ENDFIRSTSCREEN
  11.  
  12. MINDISKSPACE: 1200000
  13.  
  14. DEFAULTDIR: "c:\mediarch\VidPlay\32d", prompt="Please enter the drive and directory where you wish VideoPlay/OCX to be installed:"
  15.  
  16. rem *** UnInstall stuff ***
  17. UNINSTALL: yes
  18. UninstallBeginPrompt: "Do you wish to remove VideoPlay/OCX programs and directories from your system?"
  19. UninstallEndPrompt: "VideoPlay/OCX has been successfully removed from your system."
  20. BeginRegistry
  21.    key: new, "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\VideoPlay OCX"
  22.    value: REG_SZ, new, "DisplayName", "VideoPlay/OCX"
  23.    value: REG_SZ, new, "UninstallString", "$windir$\unstall.exe $defaultdir$"
  24. EndRegistry
  25. rem ***** Check for a newer video32.ocx registered on the system
  26. if ocxfilever ("{14711060-B975-11CF-85C3-00AA00A757FC}", 32) > "1.5.1.02"
  27. beginfirstscreen
  28.  
  29.                  VideoPlay/OCX from Media Architects, Inc.
  30.                 ======================================
  31.  
  32.          There is a newer version than this version (1.5.1.02) of
  33.          VideoPlay/OCX already installed on your system.
  34.  
  35.          Press "OK" to continue with this installation and overwrite
  36.          the newer version of VideoPlay with this version.
  37.  
  38.          Press "Cancel" to abort this installation.
  39. endfirstscreen
  40. endif
  41. OVERWRITEFILE: new
  42. FILE: "unstall.exe"
  43. FILE: "$defaultdir$\readme.doc"
  44. FILE: "$defaultdir$\vpmain32.shr"
  45. FILE: "$defaultdir$\Samples\VB4\VB4.SHR"
  46. FILE: "$WINSYSDIR$\WinSys32.shr"
  47.  
  48. RUNATEXIT: "WRITE.EXE README.DOC"
  49. rem ***** Register the OCX
  50. regserver: "video32d.ocx"
  51.